From: David J. MacKenzie Date: Sat, 16 Apr 1994 19:01:56 +0000 (+0000) Subject: Call AC_LANG_C, if it's defined, after AC_PREPARE. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92133 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=61ef9d86a9a95492f860d08133148aa26b1a06cd;p=emacs.git Call AC_LANG_C, if it's defined, after AC_PREPARE. --- diff --git a/configure1.in b/configure1.in index 5902aaf3ff2..2662ba1a6db 100755 --- a/configure1.in +++ b/configure1.in @@ -1071,6 +1071,7 @@ opsysfile="s/${opsys}.h" ] AC_PREPARE(lisp) +ifdef([AC_LANG_C], AC_LANG_C)dnl AC_CONFIG_HEADER(src/config.h) [